Skip to main content

Installation of Grafana

To deploy Grafana using the Helm Chart, follow these steps:

  1. Navigate to the Grafana helm chart directory:
 $ cd helm_charts/grafana_chart
  1. Add the Grafana Helm repository:
 $ helm repo add grafana https://grafana.github.io/helm-charts
  1. Install Grafana using the Helm Chart. We provided a customized grafana_values.yaml file for our specific needs, but you can modify it according to your preferences.
 helm install grafana grafana/grafana -n monitoring --create-namespace -f grafana_values.yaml --version 6.50.5
  1. After the installation is complete, you can access the Grafana dashboard using the IP address or hostname of the Kubernetes cluster along with the port number. I set it, to Grafana service IP.